home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_2351
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-11-12
|
262b
|
17 lines
on(press){
_root.romkecy = "";
x = random(3);
if(x == 0)
{
_root.image.gotoAndPlay("star");
}
else if(x == 1)
{
_root.image.gotoAndPlay("square");
}
else
{
_root.image.gotoAndPlay("circle");
}
}